CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - polynomial hermite

搜索资源列表

  1. Hermite 埃尔米特差值多项式

    1下载:
  2. 埃尔米特差值多项式 利用Hermite插值多项式 求被插值函数f(x)在点x=0.55处的近似值-Difference between the use of Hermite polynomial Hermite interpolation polynomial interpolation functions demand is f (x) at point x = 0.55 at the approximate
  3. 所属分类:数学计算/工程计算

    • 发布日期:2017-03-23
    • 文件大小:697
    • 提供者:王晓菲
  1. shuzhifenxi2

    1下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531 m
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:1065
    • 提供者:张涛
  1. Interpolation

    0下载:
  2. Source Code Archive An Introduction to Numerical Analysis with Applications to the Physical, Natural and Social Sciences-neville.C Neville s algorithm divdiff.C calculate the coefficients of the Newton form of t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:2143
    • 提供者:范姜
  1. azxd

    0下载:
  2. ⑴Lagrange插值多项式 ⑵Newton插值多项式 ⑶Hermite插值多项式-⑴ Lagrange interpolation polynomial ⑵ Newton interpolation polynomial ⑶ Hermite interpolation polynomial
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1431
    • 提供者:杨旸
  1. hermite

    0下载:
  2. calculate the coefficients of the Hermite interpolating polynomial
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1033
    • 提供者:katore vishal
  1. polynom

    0下载:
  2. The polynomial solutions of the Hermite differential equation, with n a non-negative integer, are usually normed so that the highest degree term is 2z and called the Hermite polynomials H z. The Hermite polynomials may be defined explicitly by
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-02
    • 文件大小:175929
    • 提供者:Sid
  1. gengausshermquadrule2

    0下载:
  2. 高斯的Hermite正交规则-generates zeros of a Hermite polynomial of degree n to tolerance "tol" and their associated weights.
  3. 所属分类:Wavelet

    • 发布日期:2017-04-01
    • 文件大小:3719
    • 提供者:leron
  1. sy3

    0下载:
  2. 实验题目:Hermite插值多项式 相关知识:通过n+1个节点的次数不超过2n+1的Hermite插值多项式为: 其中,Hermite插值基函数 数据结构:三个一维数组或一个二维数组 算法设计:(略) 编写代码:(略) 实验用例: 已知函数y=f(x)的一张表(其中 ): x 0.10 0.20 0.30 0.40 0.50 y 0.904837 0.818731 0.740818 0.670320 0.606531
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1197
    • 提供者:pang
  1. chazhi

    0下载:
  2. 求已知数据点的拉格朗日插值多项式 求已知数据点的艾特肯插值多项式 求已知数据点的均差形式的牛顿插值多项式 求已知数据点的前向牛顿差分插值多项式 求已知数据点的后向牛顿差分插值多项式 求已知数据点的高斯插值多项式 求已知数据点的埃尔米特插值多项式 求已知数据点的分段三次埃尔米特插值多项式及其插值点处的值 求已知数据点的二次样条插值多项式及其插值点处的值 求已知数据点的第一类三次样条插值多项式及其插值点处的值 求已知数据点的第二类三次样条插值多项式及其插值点处
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:9915
    • 提供者:吕文旭
  1. cz

    0下载:
  2. AE反距离IDW、克里金Krige插值.txt I显示方法.c www.pudn.com.txt 三对角线追赶法.C 三样条插值函数算法,还包括其他的比如hermite等算法,很全.txt 二分法.c 分段线性插值.c 列主元元素消元.C 利用反距离平方加权插值算法建立规则格网在大数据量离散点数据的情况下,.txt 反距离加权插值,貌似不好用IDWUtil.java 埃特肯.c 复合梯形法.c 复合辛普森.c 弦割法.c 操作复数的类Com
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:60887
    • 提供者:songguanjun
  1. My_HermitePolynomial

    1下载:
  2. 计算高斯Hermite多项式的Matlab程序,并绘制2维和3为高斯Hermite多项式图。-Gaussian Hermite polynomial calculation Matlab program, and draw two-dimensional and three Gaussian Hermite polynomial map.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:696
    • 提供者:潘仁龙
  1. chazhi

    0下载:
  2. 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:271629
    • 提供者:唐小米
  1. Hermite-Matlab

    0下载:
  2. Hermite插值多项式拟合Matlab程序。运用Matlab软件依据理论可画出Hermite插值图像,并求出Hermite多项式,并应用到实际问题中。-Hermite interpolation polynomial fitting Matlab program。Using Matlab software can be drawn based on the theory Hermite interpolation image, and find Hermite polynomials, and
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:7459
    • 提供者:caidb
  1. Hermite

    0下载:
  2. 求已知数值点的分段三次Hermite插值多项式及其插值处的点-Hermite interpolation polynomial
  3. 所属分类:Wavelet

    • 发布日期:2017-04-10
    • 文件大小:707
    • 提供者:liluotu
  1. Hermite

    0下载:
  2. 此程序主要是关于赫米特多项式的研究与C#中的实现-Hemet polynomial on research and C# implementation
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:27037
    • 提供者:majunpeng
  1. mySpline1

    0下载:
  2. 基于三次埃尔米特多项式推导出来的三次样条插值matlab程序,用于知道一阶导数边界条件的插值,不仅可以输出插值节点的值,还可以输出每一段的插值多项式,更重要的是还可以输出各插值点的一阶导数值。-This is a matlab code of cubic spline interpolation, which is derived the Hermite of three polynomials. It can be used only when the first derivative of
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1096
    • 提供者:Michal
  1. HERMITE_PRODUCT_DISPLAY

    0下载:
  2. HERMITE_PRODUCT_DISPLAY is a MATLAB program which displays an image of a function created by the Cartesian product of two Hermite polynomials, such as f(x,y) = h(3,x) * h(1,y). There are five types of Hermite polynomial available. Perhaps the be
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3320
    • 提供者:Yu Deyang
  1. 47206

    0下载:
  2. 多项式插值求解 案例 希望有所帮助 , 自带案列 和图(The program should include a function generalInterpolation(fs,xs) that finds the interpolating polynomial including in cases where there are repeated points (inlcuding Hermite interpolation, where the points are doubled,
  3. 所属分类:matlab例程

    • 发布日期:2018-05-02
    • 文件大小:496640
    • 提供者:oubao
搜珍网 www.dssz.com